{{ course.title }}
{{ course.short_description|truncatechars:100 }}
View course{% extends 'base.html' %}
{% load site_tags %}
{% load static %}
{% block title %}{{ site_settings.institute_name }}{% if site_settings.tagline %} — {{ site_settings.tagline }}{% endif %}{% endblock %}
{% block extra_css %}
{% endblock %}
{% block content %}
{# ── Hero: one composition — brand, headline, line, CTAs, atmosphere ── #}
{% if site_settings.has_logo_light %}
Learn with guided courses, or take a proctored certification exam —
then share a credential with a public verify link.
{% endif %}
{{ site_settings.institute_name }}
{% if site_settings.tagline %}
{{ site_settings.tagline }}
{% else %}
Skills you can prove.
Certificates employers can verify.
{% endif %}
Courses
{{ courses|length }} published track{{ courses|length|pluralize }}
Featured
{{ course.short_description|truncatechars:100 }}
View courseNo courses published yet.
Certifications
Proctored exams · public verification
{{ program.short_description|truncatechars:100 }}
{% if user.is_authenticated and user.is_student %} Apply now {% else %} View certification {% endif %}No certifications published yet.